Skip to content

Commit

Permalink
Updating workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Jul 30, 2024
1 parent 670f2a5 commit d201a91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
-
name: Build and export
id: docker_export
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
build-args: |
BF_IMAGE=${{ env.REPOSITORY_NAME }}
Expand All @@ -63,7 +63,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
build-args: |
BF_IMAGE=${{ env.REPOSITORY_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
build-args: |
BF_IMAGE=${{ env.REPOSITORY_NAME }}
Expand Down

0 comments on commit d201a91

Please sign in to comment.