Skip to content

Commit

Permalink
Revert "Tag GitHub Actions builds as latest"
Browse files Browse the repository at this point in the history
This reverts commit ae2b249.
  • Loading branch information
strugee committed Oct 3, 2024
1 parent a700d5c commit 75a6db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build container images
# Truly the reason this is Podman and not Docker is because I copied this workflow from a RHEL container stack repo and like
# #lazy
run: podman build --format docker -t synapse-dev-env:latest ${{ matrix.version }} .
run: podman build --format docker -t synapse-dev-env ${{ matrix.version }} .

- name: Push container images
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
Expand Down

0 comments on commit 75a6db6

Please sign in to comment.