Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antweiss authored Aug 22, 2024
1 parent ae273df commit fe9518c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PAT }}
- name: Set branch
run: echo "BRANCH=${GITHUB_REF##*/}" >> $GITHUB_ENV
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: otomato/crypter:${{ env.GITHUB_REF_NAME }}
platforms: linux/amd64,linux/arm64
build-args: |
BRANCH=${{ env.BRANCH }}

0 comments on commit fe9518c

Please sign in to comment.