Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:

- name: Docker meta
id: meta
uses: docker/metadata-action@v5
uses: docker/metadata-action@v6
with:
images: |
ghcr.io/openwrt/imagebuilder
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:

- name: Docker meta (tag or branch)
id: meta_ref
uses: docker/metadata-action@v5
uses: docker/metadata-action@v6
with:
images: |
ghcr.io/openwrt/sdk
Expand All @@ -294,7 +294,7 @@ jobs:

- name: Docker meta (version)
id: meta_version
uses: docker/metadata-action@v5
uses: docker/metadata-action@v6
with:
images: |
ghcr.io/openwrt/sdk
Expand All @@ -309,7 +309,7 @@ jobs:
- name: Docker meta (master)
if: needs.generate_matrix.outputs.ref == 'main'
id: meta_master
uses: docker/metadata-action@v5
uses: docker/metadata-action@v6
with:
images: |
ghcr.io/openwrt/sdk
Expand All @@ -324,7 +324,7 @@ jobs:
- name: Docker meta (target and arch)
if: needs.generate_matrix.outputs.version == 'SNAPSHOT'
id: meta_target_arch
uses: docker/metadata-action@v5
uses: docker/metadata-action@v6
with:
images: |
ghcr.io/openwrt/sdk
Expand All @@ -338,7 +338,7 @@ jobs:
- name: Docker meta (latest)
if: needs.generate_matrix.outputs.version == 'SNAPSHOT' && matrix.target == 'x86/64'
id: meta_latest
uses: docker/metadata-action@v5
uses: docker/metadata-action@v6
with:
images: |
ghcr.io/openwrt/sdk
Expand Down Expand Up @@ -447,7 +447,7 @@ jobs:

- name: Docker meta
id: meta
uses: docker/metadata-action@v5
uses: docker/metadata-action@v6
with:
images: |
ghcr.io/openwrt/rootfs
Expand Down
Loading