Skip to content

Commit 591ed47

Browse files
Change image name on mips-tools CI
1 parent 757bbca commit 591ed47

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
1515
env:
1616
REGISTRY: ghcr.io
17-
IMAGE_NAME: "mips-tools"
17+
IMAGE_NAME: ${{ github.repository }}
1818

1919
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
2020
jobs:

mips-tools/entry.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,3 @@ case "$1" in
6767
exit 1
6868
;;
6969
esac
70-

0 commit comments

Comments
 (0)