Skip to content

Commit

Permalink
fix: update agent build action
Browse files Browse the repository at this point in the history
  • Loading branch information
tymees committed Oct 30, 2024
1 parent 0e9206d commit e30dfe2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -31,7 +31,7 @@ jobs:
file: ${{ env.DOCKERFILE_PATH }}
push: true
tags: |
ghcr.io/centrefordigitalhumanities/humitifier/${{ env.IMAGE_NAME }}:latest
# ghcr.io/centrefordigitalhumanities/humitifier/${{ env.IMAGE_NAME }}:latest
ghcr.io/centrefordigitalhumanities/humitifier/${{ env.IMAGE_NAME }}:${{ github.ref_name }}

- name: Grype Scan
Expand Down

0 comments on commit e30dfe2

Please sign in to comment.