Skip to content

Commit

Permalink
CI: build local image with "playforia-minigolf:latest" tag
Browse files Browse the repository at this point in the history
This does not need to access secrets since it won't be pushed anywhere.
  • Loading branch information
StenAL authored and PhilippvK committed Aug 4, 2024
1 parent 996141c commit a785c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build Docker image
uses: docker/build-push-action@v5
with:
tags: ${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_NAMESPACE }}/playforia-minigolf:latest
tags: playforia-minigolf:latest
- name: Push Docker image
uses: docker/build-push-action@v5
if: ${{ github.repository == 'philippvk/playforia-minigolf' && github.ref == 'refs/heads/master' && github.event_name == 'push' }}
Expand Down

0 comments on commit a785c44

Please sign in to comment.