Skip to content

Commit

Permalink
Update release build workflow for Debian to Ubuntu change
Browse files Browse the repository at this point in the history
  • Loading branch information
goofball222 committed Jan 25, 2024
1 parent 8e7ecae commit f42ddf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./release
file: ./release/Dockerfile
file: ./release/Dockerfile.debian
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta-debian.outputs.tags }}
Expand All @@ -108,7 +108,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./release
file: ./release/Dockerfile.ubuntu
file: ./release/Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta-ubuntu.outputs.tags }}
Expand Down

0 comments on commit f42ddf5

Please sign in to comment.