Skip to content

Commit 6eec056

Browse files
committed
Test default tag name fix
1 parent 42a246a commit 6eec056

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/_build-linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,11 @@ jobs:
6767
# master
6868
- name: Tag image
6969
run: >
70-
for TAG in ${{ inputs.tags }};
70+
for TAG in ${{ inputs.tags }} ${{ inputs.name }};
7171
do
7272
docker tag steamcmd:${{ inputs.name }} docker.io/${{ env.DKR_ORG }}/steamcmd:${TAG};
7373
docker tag steamcmd:${{ inputs.name }} ghcr.io/${{ env.GH_ORG }}/steamcmd:${TAG};
7474
done
75-
if: ${{ inputs.tags != '' }}
7675
7776
- name: Push image
7877
run: |

0 commit comments

Comments
 (0)