Skip to content

Commit

Permalink
Merge pull request #8 from StarTrooper08/update/actions
Browse files Browse the repository at this point in the history
Update build-and-publish-image.yml
  • Loading branch information
StarTrooper08 authored Jun 15, 2024
2 parents dcec170 + ec202b6 commit 40f0035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
context: .
push: true
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
${{ env.REGISTRY }}/startrooper08/r-dev-env:${{ github.ref_name }}
build-args: |
CONTAINER_VERSION=${{ env.VERSION }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 40f0035

Please sign in to comment.