Skip to content

Commit

Permalink
Merge pull request #24 from nathanielvarona/automation/container-imag…
Browse files Browse the repository at this point in the history
…e-tags-push-order

Container Image Tags Push Order
  • Loading branch information
nathanielvarona authored May 4, 2024
2 parents 2590dea + 52fc10f commit 2da9ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
file: flask-gunicorn.Dockerfile
target: production
tags: |
nathanielvarona/pritunl-slack-app,
nathanielvarona/pritunl-slack-app:${{ steps.extract_tag.outputs.tag_version }}
nathanielvarona/pritunl-slack-app:${{ steps.extract_tag.outputs.tag_version }},
nathanielvarona/pritunl-slack-app:latest
platforms: linux/amd64,linux/arm64
push: true

0 comments on commit 2da9ab1

Please sign in to comment.