Skip to content

Commit

Permalink
Update enigma-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharadwajshivam28 authored Sep 3, 2024
1 parent db40a60 commit 3bc89bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/enigma-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ jobs:
id-token: 'write'
env:
DOCKER_IMAGE: devops-machine
DOCKER_TAG: ghcr.io/clouddrove/devops-machine:v2
REPO: ${{ github.repository }}
DOCKER_TAG: ghcr.io/${{ env.REPO }}:${{ github.ref_name }}
# DOCKER_TAG: ghcr.io/clouddrove/devops-machine:v2
PROVIDER: github

steps:
- name: Checkout code
uses: actions/[email protected]

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 3bc89bf

Please sign in to comment.