Skip to content

Commit

Permalink
Sending Action build args to latest also
Browse files Browse the repository at this point in the history
  • Loading branch information
geirawsm committed Jun 19, 2024
1 parent 973cc56 commit 81d7681
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,7 @@ jobs:
tags: ${{secrets.DOCKER_USER}}/sausage_bot:latest
labels: |
Last run number=${{ github.run_number }}
Last commit=${{ github.sha }}
Last commit=${{ github.sha }}
build-args: |
LAST_RUN_NUMBER=${{ github.run_number }}
LAST_COMMIT=${{ github.sha }}

0 comments on commit 81d7681

Please sign in to comment.