Skip to content

Commit

Permalink
It's USES instead of RUN
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed Jun 18, 2024
1 parent dab8fcd commit 7a92b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Build the Docker image for tag release
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].5
- name: Replace secrets in env file
uses: WSE-research/[email protected].4
- name: Docker Login
if: startsWith(github.ref, 'refs/tags/')
uses: docker/login-action@v3
Expand Down

0 comments on commit 7a92b09

Please sign in to comment.