Skip to content

Commit

Permalink
Update and rename ubuntu-amd64.yml to ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdegraef authored Dec 12, 2023
1 parent edc32c4 commit b91bc84
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI Ubuntu AMD64
name: Docker Image CI Ubuntu

on:
push:
Expand Down Expand Up @@ -31,5 +31,5 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64
tags: ${{ secrets.DOCKERHUB_USERNAME }}/emsoft:linux-amd64-latest
platforms: linux/amd64, linux/arm64
tags: ${{ secrets.DOCKERHUB_USERNAME }}/emsoft:buildx-latest

0 comments on commit b91bc84

Please sign in to comment.