Skip to content

Commit

Permalink
Update ubuntu runner, update action versions, and update snowflake to…
Browse files Browse the repository at this point in the history
… v2.7.0 (#3)
  • Loading branch information
smolgrrr authored Nov 15, 2023
1 parent eb5c669 commit 2e81782
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/on-master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ env:
jobs:
build:
name: Build Docker image
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
env:
VERSION: v2.4.1
VERSION: v2.7.0
steps:
- name: Login to Docker Hub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin

- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2
id: qemu

- name: Setup Docker buildx action
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
id: buildx

- name: Show available Docker buildx platforms
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.17 AS builder
FROM docker.io/library/golang:1.21.4 AS builder

ARG VERSION=main

Expand Down

0 comments on commit 2e81782

Please sign in to comment.