Skip to content

Commit

Permalink
Use run number instead of id
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Dec 7, 2023
1 parent 7d07ec3 commit 2aa1d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: type=raw,value=ACTIONS_BUILD_${{ github.run_id }}
tags: type=raw,value=ACTIONS_BUILD_${{ github.run_number }}
- name: Push to GHCR
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
Expand All @@ -134,7 +134,7 @@ jobs:
runs-on: ubuntu-22.04
needs: build-docker
container:
image: ghcr.io/devosoft/Empirical:ACTIONS_BUILD_${{ github.run_id }}
image: ghcr.io/devosoft/empirical:ACTIONS_BUILD_${{ github.run_number }}
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 2aa1d84

Please sign in to comment.