mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
Merge pull request #221 from elgohr/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
This commit is contained in:
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: docker build .
|
run: docker build .
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- name: Publish to Registry
|
- name: Publish to Registry
|
||||||
if: ${{ github.actor != 'dependabot[bot]' }}
|
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||||
uses: elgohr/Publish-Docker-Github-Action@main
|
uses: elgohr/Publish-Docker-Github-Action@main
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- name: Publish to Registry
|
- name: Publish to Registry
|
||||||
if: ${{ github.actor != 'dependabot[bot]' }}
|
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||||
uses: elgohr/Publish-Docker-Github-Action@main
|
uses: elgohr/Publish-Docker-Github-Action@main
|
||||||
@@ -57,7 +57,7 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- name: Set up Docker Buildx for Multi-Arch Build
|
- name: Set up Docker Buildx for Multi-Arch Build
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Publish to Registry
|
- name: Publish to Registry
|
||||||
@@ -80,7 +80,7 @@ jobs:
|
|||||||
- integration-test-dockerhub
|
- integration-test-dockerhub
|
||||||
- integration-test-multi-arch
|
- integration-test-multi-arch
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.PUBLISH_TOKEN }} # for pushing to protected branch
|
token: ${{ secrets.PUBLISH_TOKEN }} # for pushing to protected branch
|
||||||
- name: Publish new version
|
- name: Publish new version
|
||||||
|
|||||||
Reference in New Issue
Block a user