@@ -12,6 +12,8 @@ jobs:
|
|||||||
- name: Install Docker CLI
|
- name: Install Docker CLI
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y docker.io
|
apt-get update && apt-get install -y docker.io
|
||||||
|
- name: Login to Docker Hub
|
||||||
|
run: echo "${{ DOCKER_PASSWORD }}" | docker login -u "${{ DOCKER_USERNAME }}" --password-stdin
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Pull latest images
|
- name: Pull latest images
|
||||||
|
|||||||
Reference in New Issue
Block a user