Skip to content

Commit c9961fe

Browse files
committed
cicd: experiment
1 parent 8304ef6 commit c9961fe

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/docker-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -921,8 +921,9 @@ jobs:
921921
922922
- name: Login to Docker Hub
923923
if: needs.PREPARE-job.outputs.dockerhub_available == 'true'
924-
uses: docker/login-action@v3
924+
uses: redhat-actions/podman-login@v1
925925
with:
926+
registry: docker.io
926927
username: ${{ vars.DOCKERHUB_USERNAME }}
927928
password: ${{ secrets.DOCKERHUB_TOKEN }}
928929

@@ -945,7 +946,7 @@ jobs:
945946
946947
- name: Login to Quay.io
947948
if: needs.PREPARE-job.outputs.quayio_available == 'true'
948-
uses: docker/login-action@v3
949+
uses: redhat-actions/podman-login@v1
949950
with:
950951
registry: quay.io
951952
username: ${{ vars.QUAYIO_USERNAME }}

x86/ex2.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# use node:10
22
FROM debian:stretch
3-
LABEL org.opencontainers.image.version=0.0.5
3+
LABEL org.opencontainers.image.version=0.0.4
44
LABEL org.opencontainers.image.devmode=true
55

66
# install some common tools (these packages have many vulnerabilities in node:10)

0 commit comments

Comments
 (0)