Skip to content

Commit

Permalink
Tag GitHub Actions builds as latest
Browse files Browse the repository at this point in the history
Should hopefully fix push problems.
  • Loading branch information
strugee committed Oct 3, 2024
1 parent 42a9448 commit ae2b249
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 ${{ matrix.version }} .
run: podman build --format docker -t synapse-dev-env:latest ${{ matrix.version }} .

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

0 comments on commit ae2b249

Please sign in to comment.