Skip to content

Commit 3f3fd23

Browse files
authored
Merge pull request #128 from ruby/fixup-workflow
Don't need docker/login-action now
2 parents b78af6c + 3acf8e7 commit 3f3fd23

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929

30-
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
31-
with:
32-
registry: ghcr.io
33-
username: ${{ secrets.GHCR_USER }}
34-
password: ${{ secrets.GHCR_ACCESS_TOKEN }}
35-
3630
- name: Build image
3731
run: |
3832
rake docker:build arch=${{ matrix.arch }} ruby_version=${{ matrix.ruby_version }} ubuntu_version=${{ matrix.ubuntu_version }}

0 commit comments

Comments
 (0)