Skip to content

Commit

Permalink
fix: update actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
menitz committed Jun 13, 2024
1 parent 125f7c8 commit e0eaab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@ jobs:
shell: bash

- name: Log in to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push web image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
dockerfile: ./Dockerfile_web
push: true
tags: ${{ steps.prep.outputs.web_tags }}

- name: Build and push api image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
dockerfile: ./Dockerfile_api
Expand Down

0 comments on commit e0eaab6

Please sign in to comment.