Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bGlzdGRlcg authored Oct 30, 2024
1 parent 2e4b1d2 commit a87ca8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: prep
if: "startsWith(github.ref, 'refs/tags/v')"
run: |
echo ::set-output name=tags::ghcr.io/bGlzdGRlcg/ehbot:${GITHUB_REF#refs/tags/v}
echo ::set-output name=tags::ghcr.io/bglzdgrlcg/ehbot:${GITHUB_REF#refs/tags/v}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
with:
Expand All @@ -31,7 +31,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: bGlzdGRlcg
username: bglzdgrlcg
password: ${{ secrets.GITHUB_TOKEN }}
- name: Generate App Version
run: echo VERSIONED_TAG=`git describe --tags --always` >> $GITHUB_ENV
Expand All @@ -41,5 +41,5 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/bGlzdGRlcg/ehbot:latest
ghcr.io/bGlzdGRlcg/ehbot:${{ env.VERSIONED_TAG }}
ghcr.io/bglzdgrlcg/ehbot:latest
ghcr.io/bglzdgrlcg/ehbot:${{ env.VERSIONED_TAG }}

0 comments on commit a87ca8c

Please sign in to comment.