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 ee5dc7c commit f584a00
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:latest
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:latest
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 f584a00

Please sign in to comment.