Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Commit 5efca97

Browse files
authored
Update and rename docker-devel to docker-dev.yml
1 parent d6eeb8f commit 5efca97

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
1-
name: Build and Publish
1+
name: Build docker image
22

33
on:
44
push:
5-
branches:
6-
- main
7-
5+
branches: main
6+
87
jobs:
98
build:
109
runs-on: ubuntu-latest
11-
1210
steps:
13-
- name: Checkout
14-
uses: actions/checkout@v2
15-
- name: install buildx
11+
- name: checkout code
12+
uses: actions/checkout@v2
13+
- name: install buildx
1614
id: buildx
1715
uses: crazy-max/ghaction-docker-buildx@v1
1816
with:
1917
version: latest
2018
- name: build the image
2119
run: |
2220
docker buildx build \
23-
--tag freetakteam/freetakserver:devel \
21+
--tag freetakteam/freetakserver:dev \
2422
--platform linux/amd64,linux/arm/v7,linux/arm64 .

0 commit comments

Comments
 (0)