Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gstracquadanio authored Mar 28, 2024
1 parent 1de7ffd commit ab64c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down Expand Up @@ -39,4 +39,4 @@ jobs:
file: containers/Dockerfile
platforms: linux/amd64
push: true
tags: ghcr.io/${{ github.repository }}:0.1.53, ghcr.io/${{ github.repository }}:latest
tags: ghcr.io/${{ github.repository }}:0.1.53, ghcr.io/${{ github.repository }}:latest

0 comments on commit ab64c04

Please sign in to comment.