Skip to content

Commit 7cf6878

Browse files
author
Jeremy Price
committed
usr correct image name
1 parent 84c9c8a commit 7cf6878

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# jerm-IT Docker image build for hub.docker.com
2-
name: Docker ARM Ubuntu image
2+
name: Docker ARM Image (Ubuntu)
33

44
# Run this Build for all pushes to 'master' or develop branch, or tagged releases.
55
# Also run for PRs to ensure PR doesn't break Docker build process
@@ -23,7 +23,7 @@ jobs:
2323
docker:
2424
# Ensure this job never runs on forked repos. It's only executed for 'jerm/snipe-it'
2525
if: github.repository == 'grokability/jerm-it'
26-
runs-on: ubuntu-latest-arm
26+
runs-on: ubuntu-24.04-arm
2727
env:
2828
# Define tags to use for Docker images based on Git tags/branches (for docker/metadata-action)
2929
# For a new commit on default branch (master), use the literal tag 'latest' on Docker image.

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# jerm-IT Docker image build for hub.docker.com
2-
name: Docker Inel/AMD ubuntu image
2+
name: Docker Inel/AMD Image (Ubuntu)
33

44
# Run this Build for all pushes to 'master' or develop branch, or tagged releases.
55
# Also run for PRs to ensure PR doesn't break Docker build process

0 commit comments

Comments
 (0)