Skip to content

Commit

Permalink
Merge pull request #5 from AuScalableDroneCloud/docker/login-action@v3
Browse files Browse the repository at this point in the history
Update build-images.yaml
  • Loading branch information
chris-bateman authored Oct 17, 2023
2 parents ed64882 + f56206d commit 2791b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
driver: docker # defaults to "docker-containerized"

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 2791b36

Please sign in to comment.