Update Github Actions #none minor
All checks were successful
Actionlint / build (push) Successful in 7s
All checks were successful
Actionlint / build (push) Successful in 7s
This commit was merged in pull request #8.
This commit is contained in:
@@ -37,7 +37,7 @@ runs:
|
||||
- run: echo "::group::Extract Docker metadata"
|
||||
- name: Extract Docker metadata
|
||||
id: meta
|
||||
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
|
||||
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
|
||||
with:
|
||||
flavor: |
|
||||
latest=${{ github.ref_name == 'main' || github.ref_name == 'master' }}
|
||||
@@ -59,7 +59,7 @@ runs:
|
||||
- run: echo "::endgroup::"
|
||||
- run: echo "::group::Setup Buildx"
|
||||
- name: Setup Docker buildx
|
||||
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
|
||||
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
|
||||
- run: echo "::endgroup::"
|
||||
- run: echo "::group::Log into Registry ${{ inputs.registry }}"
|
||||
- name: Log into registry ${{ inputs.registry }}
|
||||
@@ -72,7 +72,7 @@ runs:
|
||||
- run: echo "::group::Build and Push docker image"
|
||||
- name: Build and push Docker image
|
||||
id: build-and-push
|
||||
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
|
||||
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
|
||||
Reference in New Issue
Block a user