Skip to content

Commit

Permalink
Merge pull request #2 from Yoinky3000/dev
Browse files Browse the repository at this point in the history
Merge from dev
  • Loading branch information
Yoinky3000 authored Jun 14, 2024
2 parents 5e0b488 + 49368c3 commit e84d8d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Dev Branch Publish

env:
BUILDX_NO_DEFAULT_ATTESTATIONS: 1

on:
push:
paths:
Expand Down Expand Up @@ -51,5 +48,4 @@ jobs:
uses: docker/bake-action@v4
with:
push: true
targets: dev
provenance: false
targets: dev
6 changes: 1 addition & 5 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Main Branch Publish

env:
BUILDX_NO_DEFAULT_ATTESTATIONS: 1

on:
push:
paths:
Expand Down Expand Up @@ -62,5 +59,4 @@ jobs:
uses: docker/bake-action@v4
with:
push: true
targets: ${{ matrix.target }}
provenance: false
targets: ${{ matrix.target }}
4 changes: 2 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ target "default" {
}
tags = autoTag("${TAG}")
platforms = ["linux/amd64"]
cache-from = ["${autoTag("${TAG}")[0]}"]
cache-to = ["${autoTag("${TAG}")[0]}"]
cache-from = ["${autoTag("${TAG}")[0]}-cache"]
cache-to = ["${autoTag("${TAG}")[0]}-cache"]
}

0 comments on commit e84d8d0

Please sign in to comment.