Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/ejs-3.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Apr 19, 2024
2 parents c7b7d24 + 02844f4 commit fc9cb12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to Github Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -38,7 +38,7 @@ jobs:
latest=${{ github.ref == 'refs/heads/master' }}
- name: Build image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit fc9cb12

Please sign in to comment.