Skip to content

Commit

Permalink
docker publish: tag -> tags
Browse files Browse the repository at this point in the history
  • Loading branch information
gsagag committed Jul 17, 2024
1 parent 37bd05a commit 6ff9f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
context: ./OEDS_explorer
platforms: linux/amd64,linux/arm64/v8
push: ${{ github.event_name != 'pull_request' }}
tag: latest
tags: latest
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 6ff9f92

Please sign in to comment.