Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit 178ad14

Browse files
author
Patrick Poetz
committed
action names cannot be fork agnostic
1 parent 0197c85 commit 178ad14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
fetch-depth: 1
1313
- name: Build and Publish Docker image to Dockerhub
14-
uses: "${{ github.repository }}@master"
14+
uses: saubermacherag/gpr-docker-publish@master
1515
with:
1616
TAG: 'my-optional-tag-name'
1717
DOCKERFILE_PATH: '.github/docker/Dockerfile'

.github/workflows/gpr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
fetch-depth: 1
1313
- name: Publish Docker Image to GPR
14-
uses: "${{ github.repository }}@master"
14+
uses: saubermacherag/gpr-docker-publish@master"
1515
with:
1616
IMAGE_NAME: 'test-docker-action-v2'
1717
TAG: 'my-optional-tag-name'

0 commit comments

Comments
 (0)