Skip to content

Commit

Permalink
define args
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Jun 19, 2024
1 parent 45fefd0 commit 63d5354
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
branches:
- main
workflow_dispatch:
pull_request:


env:
Expand Down Expand Up @@ -42,7 +41,7 @@ jobs:
with:
images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"

- name: AMD - Build and push Docker image
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
Expand Down

0 comments on commit 63d5354

Please sign in to comment.