test docker pull.
This commit is contained in:
parent
d5d245f0f3
commit
c92c727345
@ -2,6 +2,16 @@ name: Deploy Applications
|
||||
run-name: ${{ github.actor }} is building Bilby...
|
||||
on: [push]
|
||||
jobs:
|
||||
PullDocker:
|
||||
runs-on: [ubuntu-latest, ubuntu-24.04]
|
||||
steps:
|
||||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- name: Pull Docker image
|
||||
run: docker pull frp-by1.wwvvww.cn:45288/ubuntu_dev:22.04
|
||||
Build:
|
||||
runs-on: [ubuntu-latest, ubuntu-24.04]
|
||||
container:
|
||||
|
Loading…
Reference in New Issue
Block a user