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
8 changes: 4 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Set Docker metadata for "ci"
if: env.PUSH == 'true'
id: meta-ci
uses: docker/metadata-action@v5.7.0
uses: docker/metadata-action@v5.8.0
with:
images: ghcr.io/${{ github.repository }}
bake-target: docker-metadata-action-ci
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Set Docker metadata for "robot"
if: env.PUSH == 'true'
id: meta-robot
uses: docker/metadata-action@v5.7.0
uses: docker/metadata-action@v5.8.0
with:
images: ghcr.io/${{ github.repository }}
bake-target: docker-metadata-action-robot
Expand All @@ -86,7 +86,7 @@ jobs:
- name: Set Docker metadata for "desktop"
if: env.PUSH == 'true'
id: meta-desktop
uses: docker/metadata-action@v5.7.0
uses: docker/metadata-action@v5.8.0
with:
images: ghcr.io/${{ github.repository }}
bake-target: docker-metadata-action-desktop
Expand All @@ -96,7 +96,7 @@ jobs:
- name: Set Docker metadata for "desktop-nvidia"
if: env.PUSH == 'true'
id: meta-desktop-nvidia
uses: docker/metadata-action@v5.7.0
uses: docker/metadata-action@v5.8.0
with:
images: ghcr.io/${{ github.repository }}
bake-target: docker-metadata-action-desktop-nvidia
Expand Down
Loading