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 f43d7c8 commit 1778d79Copy full SHA for 1778d79
.github/workflows/docker_publish.yml
@@ -27,19 +27,14 @@ jobs:
27
id: buildx
28
uses: docker/setup-buildx-action@v1
29
30
- - name: Extract tag name
31
- id: extract_tag_name
32
- shell: bash
33
- run: echo "##[set-output name=tag;]$(echo ${GITHUB_REF##*/})"
34
-
35
- name: Build and push
36
id: docker_build
37
uses: docker/build-push-action@v2
38
with:
39
context: ./
40
file: ./Dockerfile
41
push: true
42
- tags: napalmautomation/napalm-logs:${{ steps.extract_tag_name.outputs.tag }}
+ tags: napalmautomation/napalm-logs:${{ github.ref_name }}
43
44
- name: Image digest
45
run: echo ${{ steps.docker_build.outputs.digest }}
0 commit comments