Skip to content

Commit 7b264b3

Browse files
committed
Remove the docker publishing step
1 parent 6bcdaa2 commit 7b264b3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ jobs:
1818
id: tag_name
1919
run: |
2020
echo ::set-output name=SOURCE_TAG::${GITHUB_REF#refs/tags/}
21-
-
22-
name: Build and publish Docker image
23-
run: |
24-
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u EDyO --password-stdin
25-
docker build --pull --rm -f "appu/Dockerfile" -t ghcr.io/edyo/appu:${{ steps.tag_name.outputs.SOURCE_TAG }} appu/.
26-
docker push ghcr.io/edyo/appu:${{ steps.tag_name.outputs.SOURCE_TAG }}
2721
release:
2822
needs:
2923
- docker

0 commit comments

Comments
 (0)