Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4 from rancher-sandbox/fix
Browse files Browse the repository at this point in the history
Fix tagged build
  • Loading branch information
dbason authored Dec 21, 2021
2 parents 01083d6 + 6056b71 commit 8c6b10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
- if: ${{ startsWith(github.ref, 'refs/tags/') }}
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile
context: ./package
file: ./package/Dockerfile
platforms: linux/amd64
push: true
tags: |
Expand Down

0 comments on commit 8c6b10e

Please sign in to comment.