Skip to content

Commit

Permalink
fix: remove dev docker image creation, add latest tagging (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
recalcitrantsupplant authored Jan 10, 2025
1 parent cc6480f commit 7d2f956
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 93 deletions.
93 changes: 0 additions & 93 deletions .github/workflows/on_push_to_main.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
type=semver,pattern={{version}},value=${{ needs.release.outputs.new_release_version }}
type=semver,pattern={{major}}.{{minor}},value=${{ needs.release.outputs.new_release_version }}
type=semver,pattern={{major}},value=${{ needs.release.outputs.new_release_version }}
type=raw,value=latest
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 7d2f956

Please sign in to comment.