We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4e6ee commit f4adf0fCopy full SHA for f4adf0f
.github/workflows/containers-publish.yml
@@ -1,8 +1,8 @@
1
name: "Containers: Publish"
2
3
on:
4
- push:
5
- tags: ["v*"]
+ release:
+ types: [published]
6
7
permissions:
8
packages: write
@@ -12,10 +12,10 @@ jobs:
12
name: Build and Push
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
16
17
- name: Login to ghcr.io Docker registry
18
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
19
with:
20
registry: ghcr.io
21
username: ${{ github.repository_owner }}
0 commit comments