Skip to content

Commit

Permalink
Merge pull request #268 from Northeastern-Electric-Racing/267-cant-bu…
Browse files Browse the repository at this point in the history
…ild-scylla

#267 - try changing unbunto version
  • Loading branch information
bracyw authored Jan 25, 2025
2 parents fdff137 + bd91399 commit 39bd9be
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/scylla-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@ name: Create and publish scylla docker image
on:
workflow_dispatch:



# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
# There is a single job in this workflow. It's configured to run on the 22.04 version of Ubuntu (TODO: configure for new latests).
jobs:
build-and-push-image:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
permissions:
contents: read
Expand Down Expand Up @@ -54,4 +52,3 @@ jobs:
# cache-to: type=gha,mode=max
# https://github.com/docker/build-push-action/issues/820
provenance: false

0 comments on commit 39bd9be

Please sign in to comment.