Skip to content

Commit 150478e

Browse files
lzapachilleas-k
authored andcommitted
cicd: update container actions
1 parent 947e28d commit 150478e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/container.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ jobs:
1717
uses: actions/checkout@v6
1818

1919
- name: Set up QEMU
20-
uses: docker/setup-qemu-action@v3
20+
uses: docker/setup-qemu-action@v4
2121

2222
- name: Set up Docker Buildx
23-
uses: docker/setup-buildx-action@v2
23+
uses: docker/setup-buildx-action@v4
2424

2525
- name: Login to Github Container Registry
26-
uses: docker/login-action@v3
26+
uses: docker/login-action@v4
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.repository_owner }}
3030
password: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Generate container image metadata
33-
uses: docker/metadata-action@v4
33+
uses: docker/metadata-action@v6
3434
id: meta
3535
with:
3636
images: ghcr.io/osbuild/image-builder-cli
@@ -40,7 +40,7 @@ jobs:
4040
type=sha,format=long,enable=${{ github.ref == 'refs/heads/main' }}
4141
4242
- name: Build and push
43-
uses: docker/build-push-action@v4
43+
uses: docker/build-push-action@v7
4444
with:
4545
context: .
4646
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)