This commit is contained in:
parent
67531c3e6c
commit
275303e73e
@ -9,10 +9,6 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Get branch name
|
|
||||||
id: branch-name
|
|
||||||
uses: tj-actions/branch-names@v7
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM docker:stable
|
FROM docker:latest
|
||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
RUN apk add --no-cache curl wget git
|
RUN apk add --no-cache curl wget git
|
||||||
|
Loading…
Reference in New Issue
Block a user