Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Fix Docker stable CI/CD (attempt no.3) 🐳
Browse files Browse the repository at this point in the history
  • Loading branch information
cofob committed Feb 18, 2022
1 parent f6565df commit 3136b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/master/*}" >> $GITHUB_ENV
run: echo "GIT_TAG=`echo $(git describe --tags --abbrev=0)`" >> $GITHUB_ENV
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand All @@ -29,4 +29,4 @@ jobs:
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/autodonate:latest
ghcr.io/${{ github.repository_owner }}/autodonate:${{ env.RELEASE_VERSION }}
ghcr.io/${{ github.repository_owner }}/autodonate:${{ env.GIT_TAG }}

0 comments on commit 3136b14

Please sign in to comment.