Skip to content

Commit

Permalink
fix: docker image name and tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Sunglasses authored Oct 15, 2024
1 parent 472a6fd commit 3f22b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/enigma-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
contents: 'read'
id-token: 'write'
env:
DOCKER_IMAGE: devops-machine
DOCKER_TAG: ghcr.io/${{ github.repository }}:${{ github.ref_name }}
DOCKER_IMAGE: ghcr.io/${{ github.repository }}
DOCKER_TAG: ${{ github.ref_name }}
PROVIDER: github
DOCKER_MULTI_ARCH_BUILD: 'true'

Expand Down

0 comments on commit 3f22b96

Please sign in to comment.