Skip to content

Commit

Permalink
activate push to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Klawitter committed Jul 19, 2024
1 parent 9f86f8a commit 2515976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: vars
run: |
echo "image_name=${{ github.repository }}" >> $GITHUB_OUTPUT
echo "image_tag=$(git rev-parse --short HEAD)-${{ github.run_id }}" >> $GITHUB_OUTPUT
echo "image_tag=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Login to Image Registry
uses: docker/login-action@v3
Expand All @@ -45,5 +45,5 @@ jobs:
with:
context: .
platforms: linux/amd64 ,linux/arm64
push: false
push: true
tags: ${{ steps.vars.outputs.image_name }}:latest, ${{ steps.vars.outputs.image_name }}:${{ steps.vars.outputs.image_tag }}

0 comments on commit 2515976

Please sign in to comment.