Skip to content

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
- Change tags from 3.9.2 to 3.9.3
  • Loading branch information
martinussuherman committed Apr 14, 2021
1 parent 978d11e commit 4be52b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
context: .
platforms: linux/amd64
push: true
tags: martinussuherman/alpine-code-server:3.9.2-alpine3.12-amd64, martinussuherman/alpine-code-server:3.9.2-alpine3.12, martinussuherman/alpine-code-server:latest
tags: martinussuherman/alpine-code-server:3.9.3-alpine3.12-amd64, martinussuherman/alpine-code-server:3.9.3-alpine3.12, martinussuherman/alpine-code-server:latest

- name: Build and push arm64v8 image
uses: docker/build-push-action@v2
Expand All @@ -39,4 +39,4 @@ jobs:
context: .
platforms: linux/arm64
push: true
tags: martinussuherman/alpine-code-server:3.9.2-alpine3.12-arm64v8
tags: martinussuherman/alpine-code-server:3.9.3-alpine3.12-arm64v8

0 comments on commit 4be52b5

Please sign in to comment.