ci: remove container image pin from release workflow

This commit is contained in:
Graham McIntire 2026-05-05 13:05:41 -05:00
parent 5da9643e92
commit b194346047
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -8,8 +8,6 @@ on:
jobs:
goreleaser:
runs-on: docker
container:
image: code.forgejo.org/oci/node:22-bookworm
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
with: