Skip to content

Commit 2813359

Browse files
Replace Docker with generic container keyword
1 parent b6c62f1 commit 2813359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout repository
3131
uses: actions/checkout@v4
3232

33-
# Login against a Docker registry except on PR
33+
# Login against a container registry except on PR
3434
# https://github.com/docker/login-action
3535
- name: Log into registry ${{ env.REGISTRY }}
3636
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)