Skip to content

Commit b451823

Browse files
authored
Remove unnecessary checkout action
1 parent 650fe35 commit b451823

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docker-push.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
packages: write
1515

1616
steps:
17-
- name: Checkout repository
18-
uses: actions/checkout@v4
19-
2017
# Set up BuildKit Docker container builder to be able to build multi-platform images
2118
# https://github.com/docker/setup-buildx-action
2219
- name: Set up Docker Buildx
@@ -55,3 +52,4 @@ jobs:
5552
tags: ${{ steps.meta.outputs.tags }}
5653
labels: ${{ steps.meta.outputs.labels }}
5754
provenance: false
55+

0 commit comments

Comments
 (0)