From 81d76816c19cfda086623667780fb91402ffea14 Mon Sep 17 00:00:00 2001 From: geirawsm Date: Wed, 19 Jun 2024 23:11:06 +0200 Subject: [PATCH] Sending Action build args to `latest` also --- .github/workflows/latest.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index 285735a..6ec1896 100755 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -57,4 +57,7 @@ jobs: tags: ${{secrets.DOCKER_USER}}/sausage_bot:latest labels: | Last run number=${{ github.run_number }} - Last commit=${{ github.sha }} \ No newline at end of file + Last commit=${{ github.sha }} + build-args: | + LAST_RUN_NUMBER=${{ github.run_number }} + LAST_COMMIT=${{ github.sha }} \ No newline at end of file