Skip to content

Commit

Permalink
Adjust action
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed Jun 18, 2024
1 parent c10e77c commit dab8fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: docker build . --file Dockerfile --tag ${{ secrets.DOCKER_IMAGE_NAME }}:latest
- name: Replace env with secrets
run: WSE-research/[email protected].4
run: WSE-research/[email protected].5
- name: Docker Login
if: startsWith(github.ref, 'refs/tags/')
uses: docker/login-action@v3
Expand Down

0 comments on commit dab8fcd

Please sign in to comment.