We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcdaa2 commit 7b264b3Copy full SHA for 7b264b3
.github/workflows/release.yaml
@@ -18,12 +18,6 @@ jobs:
18
id: tag_name
19
run: |
20
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 }}
27
release:
28
needs:
29
- docker
0 commit comments