Skip to content

Commit

Permalink
Revert "workflow: Update to include latest tag"
Browse files Browse the repository at this point in the history
This reverts commit 2731ace.

Signed-off-by: Daniel Hancock <dhancock@camelot.network>
  • Loading branch information
Pheoxy committed Oct 6, 2024
1 parent 2731ace commit fcc78df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ steps.meta.outputs.tags }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit fcc78df

Please sign in to comment.