Skip to content

Commit

Permalink
feat: add action to push image to GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
Levente Orban committed Oct 9, 2023
1 parent aa666a7 commit cff04e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# latest tag for now
run: docker build -t ${GITHUB_REGISTRY}/${IMAGE_NAME}:latest .
- name: Push docker image to GHCR Registry
run: docker image push -a ${GITHUB_REGISTRY}/${IMAGE_NAME}:latest
run: docker image push ${GITHUB_REGISTRY}/${IMAGE_NAME}:latest
- name: Docker save
run: docker save ${GITHUB_REGISTRY}/${IMAGE_NAME}:latest | zstd > darklens.zstd
- name: Artifact upload
Expand Down

0 comments on commit cff04e5

Please sign in to comment.