Skip to content

Commit

Permalink
Update build-image.yml
Browse files Browse the repository at this point in the history
Signed-off-by: jonathanagustin <[email protected]>
  • Loading branch information
jonathanagustin authored Sep 25, 2024
1 parent f5b0401 commit 577f4c5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
IMAGE: generic

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -41,7 +38,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
with:
context: build
context: .
file: Dockerfile
push: true
platforms: linux/amd64
Expand Down

0 comments on commit 577f4c5

Please sign in to comment.