We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb6ff9 commit d959cb8Copy full SHA for d959cb8
.github/workflows/publish-dockerimage.yml
@@ -29,7 +29,6 @@ jobs:
29
- name: Extract tag name
30
id: tag
31
shell: bash
32
- if: github.ref_type == 'tag'
33
run: |
34
if [[ ${{ github.ref }} == refs/tags/* ]]; then
35
echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
@@ -49,12 +48,6 @@ jobs:
49
48
username: ${{ secrets.DOCKER_USERNAME }}
50
password: ${{ secrets.DOCKER_PASSWORD }}
51
52
- - name: Extract metadata (tags, labels) for Docker
53
- id: meta
54
- uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
55
- with:
56
- images: digitalenvironments/hawki
57
-
58
- name: Build and push Docker image
59
id: push
60
uses: docker/build-push-action@v6.15.0
0 commit comments