@@ -7,8 +7,11 @@ on:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install Docker CLI
|
||||
run: |
|
||||
apt-get update && apt-get install -y docker.io
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Pull latest images
|
||||
|
||||
Reference in New Issue
Block a user