Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblockgames authored Jun 1, 2023
1 parent 281e524 commit bbeaf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
tags: cinderblockgames/actual-file-importer:${{ steps.vars.outputs.major }},cinderblockgames/actual-file-importer:${{ steps.vars.outputs.minor }},cinderblockgames/actual-file-importer:${{ steps.vars.outputs.patch }},cinderblocgkames/actual-file-importer:latest
tags: cinderblockgames/actual-file-importer:${{ steps.vars.outputs.major }},cinderblockgames/actual-file-importer:${{ steps.vars.outputs.minor }},cinderblockgames/actual-file-importer:${{ steps.vars.outputs.patch }},cinderblockgames/actual-file-importer:latest

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit bbeaf9a

Please sign in to comment.