Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Jun 25, 2024
1 parent e16da18 commit a2a23f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: 18-${{ steps.meta.outputs.labels }}
tags: 18-${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
file: 18.Dockerfile

- name: Build and publish to Docker Hub
Expand All @@ -65,6 +65,6 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: 20-${{ steps.meta.outputs.labels }}
tags: 20-${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
file: 20.Dockerfile

0 comments on commit a2a23f0

Please sign in to comment.