test docker pull.
Some checks failed
Deploy Applications / PullDocker (push) Failing after 19s
Deploy Applications / Build (push) Successful in 5s

This commit is contained in:
amass 2024-06-30 18:43:11 +08:00
parent d5d245f0f3
commit c92c727345

View File

@ -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: