Skip to content

Commit

Permalink
fix: properly tag docker image (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Dec 1, 2024
1 parent c17bbbb commit 6471fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
context: services/ecran
file: services/ecran/Dockerfile.package
platforms: linux/arm64
tags: ${{ needs.version.outputs.new_tag }}
tags: kalmyk.duckdns.org/lab/ecran:${{ needs.version.outputs.new_tag }}
cache-from: type=registry,ref=kalmyk.duckdns.org/lab/ecran:latest
cache-to: type=inline

Expand Down

0 comments on commit 6471fc9

Please sign in to comment.