We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b78af6c + 3acf8e7 commit 3f3fd23Copy full SHA for 3f3fd23
1 file changed
.github/workflows/test.yml
@@ -27,12 +27,6 @@ jobs:
27
steps:
28
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
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
-
36
- name: Build image
37
run: |
38
rake docker:build arch=${{ matrix.arch }} ruby_version=${{ matrix.ruby_version }} ubuntu_version=${{ matrix.ubuntu_version }}
0 commit comments