Skip to content

Commit

Permalink
Fix push action
Browse files Browse the repository at this point in the history
  • Loading branch information
martini-source authored Jul 2, 2024
1 parent 036de6e commit 55bd827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
# Push image to GitHub Packages.
container:
build_and_push:
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Build & Push container image
uses: docker/build-push-action@v5
with:
context: .
context: ./v3.3
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 55bd827

Please sign in to comment.