Skip to content

Commit

Permalink
Update release_docker_container.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil authored Nov 4, 2023
1 parent be64ff2 commit b95d0fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release_docker_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ env:
jobs:
docker:
runs-on: ubuntu-latest
environment:
name: publish
permissions:
id-token: read
steps:
- name: Remove unnecessary files
run: |
Expand Down Expand Up @@ -70,4 +74,4 @@ jobs:
# linux/amd64 and linux/arm64
platforms: linux/amd64,linux/arm64
tags: ${{ env.LATEST_TAG }},${{ env.VERSION_TAG }}
push: true
push: true

0 comments on commit b95d0fe

Please sign in to comment.