Skip to content

Commit

Permalink
Merge pull request #17 from managedkaos/managedkaos-patch-1
Browse files Browse the repository at this point in the history
Update versions for all actions
  • Loading branch information
managedkaos authored Oct 16, 2023
2 parents 95d074c + 1b74f08 commit 54ce461
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-image-to-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.0

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
Expand All @@ -51,7 +51,7 @@ jobs:
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
uses: docker/login-action@v2.1.0
uses: docker/login-action@v3.0.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -61,7 +61,7 @@ jobs:
# https://github.com/docker/metadata-action
- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v4.1.1
uses: docker/metadata-action@v5.0.0
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

Expand All @@ -71,7 +71,7 @@ jobs:
# https://github.com/actions/upload-artifact
- name: Archive metadata
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
name: metadata-${{ matrix.context }}.json
path: ${{steps.meta.outputs.bake-file }}
Expand All @@ -80,7 +80,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v5.0.0
with:
context: ${{ matrix.context }}
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 54ce461

Please sign in to comment.