Skip to content

Commit

Permalink
adds tags from meta step
Browse files Browse the repository at this point in the history
  • Loading branch information
Wicaeed committed Mar 19, 2024
1 parent 623eda9 commit 54c7a22
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ env.GITHUB_TOKEN }}
env:
GITHUB_USER: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata for the Docker image
id: meta
uses: docker/metadata-action@v5
Expand All @@ -45,7 +42,7 @@ jobs:
with:
context: ./app
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.COMMIT_SHA }}
tags: ${{ steps.meta.outputs.tags}}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
BUILD_TAG=${{ vars.DEVELOP_TAG }}

0 comments on commit 54c7a22

Please sign in to comment.