Skip to content

Commit 41c258b

Browse files
committed
fix
1 parent afc8303 commit 41c258b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build_gh_runner_images.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,8 @@ jobs:
223223
file: "/tmp/DOCKERFILES/ubuntu-systemd-base.dockerfile"
224224
platforms: "linux/arm64"
225225
tags: |
226-
#pkgforge/ubuntu-systemd-base:latest
227226
pkgforge/ubuntu-systemd-base:aarch64
228227
pkgforge/ubuntu-systemd-base:aarch64-${{ env.DOCKER_TAG }}
229-
#ghcr.io/pkgforge/devscripts/ubuntu-systemd-base:latest
230228
ghcr.io/pkgforge/devscripts/ubuntu-systemd-base:aarch64
231229
ghcr.io/pkgforge/devscripts/ubuntu-systemd-base:aarch64-${{ env.DOCKER_TAG }}
232230
push: true
@@ -295,10 +293,8 @@ jobs:
295293
file: "/tmp/DOCKERFILES/ubuntu-systemd-base.dockerfile"
296294
platforms: "linux/amd64"
297295
tags: |
298-
#pkgforge/ubuntu-systemd-base:latest
299296
pkgforge/ubuntu-systemd-base:x86_64
300297
pkgforge/ubuntu-systemd-base:x86_64-${{ env.DOCKER_TAG }}
301-
#ghcr.io/pkgforge/devscripts/ubuntu-systemd-base:latest
302298
ghcr.io/pkgforge/devscripts/ubuntu-systemd-base:x86_64
303299
ghcr.io/pkgforge/devscripts/ubuntu-systemd-base:x86_64-${{ env.DOCKER_TAG }}
304300
push: true

0 commit comments

Comments
 (0)