Skip to content

Commit 010e47b

Browse files
committed
Login to ghcr.io before referencing base docker image
1 parent e306ded commit 010e47b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/8.4-apache-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v1
23+
- uses: docker/login-action@v1
24+
with:
25+
registry: ghcr.io
26+
username: ${{ github.actor }}
27+
password: ${{ secrets.GITHUB_TOKEN }}
2328
- name: List 8.4 Apache on Debian Bookworm contents
2429
run: ls -trla
2530
shell: bash
@@ -31,11 +36,6 @@ jobs:
3136
- name: Run Test Suite
3237
run: ./workflow-test.sh
3338
working-directory: ./encrypted-execution/tools/test/
34-
- uses: docker/login-action@v1
35-
with:
36-
registry: ghcr.io
37-
username: ${{ github.actor }}
38-
password: ${{ secrets.GITHUB_TOKEN }}
3939
- name: Publish 8.4 Apache Git Package Repository
4040
run: ./publish-image.sh -p
4141
shell: bash

0 commit comments

Comments
 (0)