Skip to content

Commit

Permalink
Update GActions dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigri44 authored Jan 29, 2024
1 parent 2ad287d commit f63f1a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
run: sed -i -e "s/secret.API_KEY/$API/" assets/js/main.js

- name: Login to registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ secrets.DOCKER_REGISTRY }}
username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_PASSWD }}

- name: Build and push Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit f63f1a7

Please sign in to comment.