Skip to content

Commit

Permalink
Bumped versions of GHA actions
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jun 26, 2024
1 parent 7f332b0 commit e5d6df5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: tamatebako
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
uses: docker/build-push-action@v6
with:
context: .
file: ./${{ matrix.container }}.Dockerfile
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Purge old versions
if: contains(github.ref, 'refs/tags/v')
continue-on-error: true
uses: actions/delete-package-versions@v4
uses: actions/delete-package-versions@v5
with:
package-name: 'tebako-${{ matrix.container }}'
package-type: 'container'
Expand Down

0 comments on commit e5d6df5

Please sign in to comment.