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 9480528 commit 4bed622Copy full SHA for 4bed622
.github/workflows/docker-publish.yml
@@ -17,18 +17,18 @@ jobs:
17
18
steps:
19
- name: Checkout repository
20
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
21
22
- name: Log in to the Container registry
23
- uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
+ uses: docker/login-action@v3
24
with:
25
registry: ${{ env.REGISTRY }}
26
username: ${{ github.actor }}
27
password: ${{ secrets.GITHUB_TOKEN }}
28
29
- name: Extract metadata (tags, labels) for Docker
30
id: meta
31
- uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
+ uses: docker/metadata-action@v5
32
33
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
34
tags: |
@@ -38,7 +38,7 @@ jobs:
38
type=sha
39
40
- name: Build and push Docker image
41
- uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
+ uses: docker/build-push-action@v6
42
43
context: .
44
push: true
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments