Skip to content

Commit

Permalink
refactor: update tags PE-6104
Browse files Browse the repository at this point in the history
  • Loading branch information
fedellen committed May 9, 2024
1 parent d3e92aa commit ee5dc7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ jobs:
file: Dockerfile.fulfillment
push: true
tags: |
ghcr.io/ardriveapp/${{ github.event.repository.name }}:fulfillment
ghcr.io/ardriveapp/${{ github.event.repository.name }}:fulfillment-${{ github.sha }}
ghcr.io/ardriveapp/${{ github.event.repository.name }}:fulfillment:latest
ghcr.io/ardriveapp/${{ github.event.repository.name }}:fulfillment:${{ github.sha }}
- name: Build and push localstack container image to GitHub Container Registry
uses: docker/build-push-action@v4
with:
file: Dockerfile.localstack
push: true
tags: |
ghcr.io/ardriveapp/${{ github.event.repository.name }}:localstack
ghcr.io/ardriveapp/${{ github.event.repository.name }}:localstack-${{ github.sha }}
ghcr.io/ardriveapp/${{ github.event.repository.name }}:localstack:latest
ghcr.io/ardriveapp/${{ github.event.repository.name }}:localstack:${{ github.sha }}

0 comments on commit ee5dc7c

Please sign in to comment.