Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isaric committed Dec 24, 2023
1 parent a9db5f7 commit 9557daa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ env:
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}

IMAGE_NAME_ARM64: ${{ github.repository }}:${{ github.ref_name }}-arm64
TAG_ARM64: path-variable/python-slack-fr:${{ github.ref_name }}-arm64

IMAGE_NAME_AMD64: ${{ github.repository }}:${{ github.ref_name }}-amd64
TAG_AMD64: path-variable/python-slack-fr:${{ github.ref_name }}-amd64


jobs:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
context: .
file: dockerfile-arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_ARM64 }}
tags: ${{ env.REGISTRY }}/${{ env.TAG_ARM64 }}
labels: ${{ steps.meta-arm64.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -99,7 +99,7 @@ jobs:
context: .
file: dockerfile-amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_AMD64 }}
tags: ${{ env.REGISTRY }}/${{ env.TAG_AMD64 }}
labels: ${{ steps.meta-amd64.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 9557daa

Please sign in to comment.